From c95d97855e1470874178e25f645a45ca7d9da1dc Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sat, 17 Mar 2007 12:24:32 +0000 Subject: [PATCH] Fix up nosegneg vsyscall elfnote. Signed-off-by: Keir Fraser --- linux-2.6-xen-sparse/arch/i386/kernel/vsyscall-note-xen.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/i386/kernel/vsyscall-note-xen.S b/linux-2.6-xen-sparse/arch/i386/kernel/vsyscall-note-xen.S index c2d6dbf159..019d9afb83 100644 --- a/linux-2.6-xen-sparse/arch/i386/kernel/vsyscall-note-xen.S +++ b/linux-2.6-xen-sparse/arch/i386/kernel/vsyscall-note-xen.S @@ -28,5 +28,5 @@ #define NOTE_KERNELCAP_END ASM_ELF_NOTE_END NOTE_KERNELCAP_BEGIN(1, 1) -NOTE_KERNELCAP(1, "nosegneg") /* Change 1 back to 0 when glibc is fixed! */ +NOTE_KERNELCAP(0, "nosegneg") NOTE_KERNELCAP_END -- 2.30.2